]> git.neil.brown.name Git - wiggle.git/history - vpatch.c
Update version to 0.9.1
[wiggle.git] / vpatch.c
2012-05-14 Neil BrownBrowser: add a bit of colour to the file-list page.
2012-05-13 Neil BrownMove parse_patch and related to new parse.c
2012-05-12 Neil BrownAllow load_file to load segments too.
2012-05-11 Neil BrownBrowser: improve decision on when to split window for...
2012-05-11 Neil BrownBrowser: improve rendering of conflicts in the the...
2012-05-11 Neil BrownBrowse: don't use background colors for added/deleted.
2012-05-11 Neil BrownBrowse: avoid display problems when changing view-mode.
2012-05-10 Neil Brownbrowser: display the type of the merge-node under the...
2012-05-10 Neil BrownBrowser: allow cursor to be displayed in alternate...
2012-05-10 Neil Brownbrowse/search: support selectively ignoring case.
2012-05-10 Neil Brownbrowse/search: don't match strings in the hunk-header.
2012-05-10 Neil BrownBrowser: Support searching-again within the same line.
2012-05-10 Neil BrownBrowser: change searchdir to -1 or +1
2012-05-10 Neil BrownBrowser: Extend proper cursor tracking to search.
2012-05-10 Neil BrownBrowser: Use KEY_BACKSPACE to recognise a backspace.
2012-05-10 Neil BrownBrowser: add a more effective cursor.
2012-05-09 Neil Brownbrowse: fix buffer underflow when closing directories.
2012-05-07 Neil Brownbrowser: clear the end of the split-window when needed.
2012-05-07 Neil BrownAdd --show-wiggle flag.
2012-05-07 Neil BrownHandle some errors better in Browse mode.
2012-05-07 Neil BrownIntroduce xmalloc and use it.
2012-05-07 Neil BrownGeneral cleanups
2011-12-07 Neil BrownSilences warnings about set-but-not-used variables.
2011-12-07 Alexandre Carmel... Removed malloc.h, fixed off-by-one in bestmatch.c,...
2011-12-07 Neil BrownStuff from months ago that I forget why
2011-08-28 Neil Brownvpatch cleanup
2011-08-26 Neil BrownFix various typos in help messages.
2011-08-24 Neil BrownClean up split.c
2011-08-22 Neil BrownUse Cmd var instread of "wiggle" in various error messages.
2011-08-22 Neil BrownFix white space etc issues reported by checkpatch.pl
2011-08-22 Neil BrownUpdate date COPYING and FSF address.
2011-08-22 Neil BrownStop using case ranges.
2011-08-22 Neil BrownAsk for more warnings and fix some.
2011-08-22 Neil BrownMake lots of functions "static".
2010-05-12 Neil BrownMore options for giving patches to --browse
2010-04-04 Neil Brownbrowse: allow selective listing of only files with...
2010-04-04 Neil Brownbrowser: add help window
2010-04-04 Neil Brownbrowser: rearrange code
2010-04-04 Neil Brownbrowser: first cut at horizontal split.
2010-04-04 Neil Brownbrowser: prev/next_melmnt to take mp not mpos.
2010-04-03 Neil Brownbrowse: never leave blank space above
2010-04-03 Neil Brownbrowser: Minor search improvements
2010-04-03 Neil Brownbrowser: move check_line call
2010-04-03 Neil BrownAdd some tracing to browser
2010-04-03 Neil BrownBrowser: add line number tracking.
2010-04-02 Neil Brownbrowser: display patch chunk headers in 'diff' output.
2010-04-02 Neil BrownSignificant browser update.
2010-03-24 Neil BrownFORTIFY_SOURCE fixes
2010-03-24 Neil BrownRelease 0.8 v0.8
2010-03-24 Neil BrownAdd --no-ignore option
2010-03-24 Neil Brownvpatch: silence a compiler warning.
2009-03-05 Neil Brownvpatch: remove a pointless dereference.
2006-06-03 Neil BrownSupport searching backwards too.
2006-06-03 Neil BrownBasic incremental search support.
2006-06-03 Neil BrownMove to start or end of line.
2006-06-03 Neil BrownSupport horizontal movement: left and right.
2006-06-03 Neil BrownFind previous and next diffs.
2006-06-03 Neil BrownPage up and down
2006-06-03 Neil BrownFix bug where first line always displayed as a blank.
2006-06-03 Neil BrownMovement commands for top and bottom
2006-06-03 Neil BrownBlank screen after end of file and before beginning.
2006-06-03 Neil BrownAdequate viewing of merged diffs now.
2006-06-02 Neil BrownBeginning of handling of grouped diffs.
2006-06-09 Neil BrownRemove all trailing blanks.
2006-05-29 Neil BrownImprovements to brower mode.
2006-05-22 Neil BrownFix a couple of signed/unsigned warnings
2006-05-22 Neil BrownAdd new patch-browsing mode - needs a lot of work.